home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / lan / merc130.zip / SETUP1.DAT < prev    next >
Text File  |  1996-01-14  |  4KB  |  87 lines

  1. #
  2. #  Sample Bindery Mode MERCURY.INI file (in fact, the one I use on
  3. #  my production server). This one implements most of the possible
  4. #  switches for each module, but you can edit it to do less if you
  5. #  wish. All the fields shown below are described in the file
  6. #  MGUIDE.EXE which is supplied in the Mercury archive.
  7. #
  8. #  Anything after a '#' to the end of the line is a comment and
  9. #  is stripped out before parsing. Trailing and leading whitespace
  10. #  is also stripped before parsing.
  11. #
  12.  
  13. [General]
  14. myname:      ~1  # Canonical name for this server
  15. timezone:    ~3         # Time Zone to add to date fields
  16. file_api:    1                    # Use the file api instead of queues
  17. mailqueue:   SYS:SMTPMAIL         # Where mail should be put for delivery
  18. smtpqueue:   SYS:SMTPMAIL         # Where the SMTP client should look for mail
  19.                                   # note: smtpqueue and mailqueue can be the same
  20.  
  21. [Mercury]
  22. failfile:     SYS:SYSTEM/MERCURY/FAILURE.MER  # Delivery failure notification template
  23. confirmfile:  SYS:SYSTEM/MERCURY/CONFIRM.MER  # Delivery confirmation template
  24. aliasfile:    SYS:SYSTEM/MERCURY/ALIAS.MER    # System-wide alias file
  25. synfile:      SYS:SYSTEM/MERCURY/SYNONYM.MER  # User synonym database
  26. listfile:     SYS:SYSTEM/MERCURY/LISTS.MER    # List of lists
  27. # logfile:      SYS:SYSTEM/MERCURY/MERCURY.LOG  # Traffic logging file
  28. bitnethost:   cunyvm.cuny.edu      # Relay host for ".bitnet" rewrites
  29. poll:         10                   # Seconds between queue polling cycles
  30. scratch:      SYS:SYSTEM/MERCURY   # Where we can write temp files
  31. switch:       2                    # number of ms to yield per op on heavy I/O
  32. returnlines:  15                   # How many lines of failed messages to return
  33. postmaster:   ~2   # NetWare UIC of postmaster
  34. broadcast:    1                    # Yes, we want broadcast notifications, but
  35. receipts:     0                    # ... no broadcasts for receipt confirmations
  36. PM_notify:    1                    # Do/Don't send errors to the postmaster
  37. change_owner: 1                    # Change message ownership to recipient
  38. # noticeboards: SYS:PUBLIC/NB        # Where to find Pegasus Mail noticeboards
  39.  
  40. [MercuryC]
  41. host:        ~4     # mail mail host which relays for us
  42. scratch:     SYS:SYSTEM/MERCURY   # Where we can write temp files
  43. poll:        30                   # Seconds between queue polling cycles
  44. switch:      2                    # number of ms to yield per op on heavy I/O
  45. returnlines: 15                   # How many lines of failed messages to return
  46. failfile:    SYS:SYSTEM/MERCURY/FAILURE.MER  # Delivery failure template
  47. esmtp:       1                    # Yes, we want to use ESMTP extensions
  48.  
  49.  
  50. [MercuryS]
  51. switch:      2
  52. debug:       1                    # Whether or not to show session progress
  53. # allow:       192.156.225.2        # A machine we WILL permit to connect
  54. # refuse:      192.156.225.0        # A group of machines we WON'T permit.
  55. logfile:     SYS:SYSTEM/MERCURY/MERCURYS.LOG
  56. # size:        1500000
  57.  
  58.  
  59. [MercuryP]
  60. scratch              :     SYS:SYSTEM/MERCURY
  61. switch               :     2
  62.  
  63.  
  64. # [Groups]
  65. # testgroup            :     TESTGRP
  66.  
  67.  
  68. [Domains]
  69. # NetWare Server           Domain name
  70. ~5  :  ~5
  71. ~5  :  ~1
  72.  
  73.  
  74. # [Rewrite]
  75. # *                    : pmail.gen.nz
  76.  
  77.  
  78. [Maiser]
  79. Maiser               :     Maiser
  80. Helpfile             :     SYS:SYSTEM/MERCURY/MAISER.HLP
  81. Lookupfile           :     SYS:SYSTEM/MERCURY/MAISER.LKP
  82. Send_dir             :     SYS:SYSTEM/MERCURY/SENDABLE
  83. Logfile              :     SYS:SYSTEM/MERCURY/MAISER.LOG
  84. Notify               :     SYS:SYSTEM/MERCURY/TMP
  85. Local_only           :     Y
  86.  
  87.